table row

英 [ˈteɪbl rəʊ] 美 [ˈteɪbl roʊ]

网络  表行; 表格列; 表格的行; 表格行; 表的行

计算机



双语例句

  1. Concurrency control Supports table and row level locking.
    并发控制支持表级和行级锁。
  2. There are three compression features provided by Oracle; index, table and row level compression.
    Oracle提供了两种压缩特性:一种是索引级压缩,另一种是表级压缩。
  3. For each item in the array, create a table row that contains all the relevant information.
    对于数组中的每个项目,创建一个包含所有相关信息的表格行。
  4. What if you wanted to selected multiple elements, however, for example, all images, or every table row with a particular CSS class name?
    然而,如果要选取多个元素(例如,所有图片)或是具有特定CSS类名的所有表行,那又怎么办呢?
  5. There are as many functions in this array as there are cells in each table row.
    表中每行有多少单元格,这个数组中就有多少个函数。
  6. Each attribute pair is associated with an item which plays the role of a table row.
    每个属性对与一个充当数据表行的项相关联。
  7. As you know, you can use the Selector function from a JavaScript framework to easily select an element by its ID. In this instance, you have two elements with IDs& both tr ( table row) elements with the IDs row-001 and row-002, respectively.
    如您所知,可以使用JavaScript框架的Selector函数根据ID轻松选取元素。在该例中,有两个元素具有ID&均为tr(表行)元素,ID分别为row-001和row-002。
  8. There are times when you only need to map a subset of a table to a Java object; while in other cases, you may want to map a table row into multiple objects.
    有时候,只需要将一个表的子集映射到一个Java对象;而有时候又需要将一个表行映射到多个对象。
  9. This method returns an entity bean for the cart table row with the given CartId.
    该方法返回一个用于购物车表的列的实体bean,这个实体bean有一个给定的CartId。
  10. If you want to simulate this, you have to add your own table that lists the users or roles that have access to that particular table row.
    如果您希望模拟这种功能,就必须自己添加表来列出可以访问表中某行的用户或角色。
  11. If a row has already been updated or deleted, then this row cannot be joined again with any source table row for another update or delete again.
    如果一个行已被更新或者删除,那么不能针对该行再次更新与删除,再次与任何源表联接。
  12. If the RANDOM column is used to determine the partition location of a table row
    如果RANDOM列用于确定一个表行的分区位置
  13. Each table row needs to select the correct data, which is achieved by selecting the amt attribute, which represents the total amount.
    每个表行都需要选择正确的数据,这可以通过选择amt属性实现,该属性代表的是总的数量。
  14. A table row must fit in only one page; it cannot span to other pages as in Oracle.
    一个表行只能放在一个页中,而不能像Oracle中那样跨多个页。
  15. Notice the convenience of the append function that allows you to use a builder pattern to quickly create a table row with three cells in it.
    注意,便利的附加函数允许您使用一个构建器模式来快速创建表行,其中有3个单元格。
  16. In the following example, MooTools will select every table row with the CSS class "odd," which could be useful for implementing row striping ( alternating background colors between table rows)
    在下面的例子中,MooTools将会选择CSS类名为“odd”的所有表行。
  17. Here, the content of the Subject element is being rendered in a table row.
    在这里,Subject元素的内容是在表行中呈现的。
  18. In a DPF environment, each table row is distributed to a database partition according to the distribution key specified in the CREATE TABLE statement.
    在DPF环境中,根据CREATETABLE语句中指定的分区键,表中的每个行被分布到一个分区上。
  19. This code also uses Ajax to get the table row that displays the selected activity.
    代码还使用Ajax获得显示所选活动的表行。
  20. For this report to make sense, you must limit the inner table to show only the work items that are owned by the user in the outer table row.
    为了实现这一份报表,您必须将inner表格限制为只显示outer表格行中用户所拥有的工作项。
  21. It maintains a list file that has one HTML table row for each Purify run so far, in reverse chronological order.
    它维护了一个到目前为止对每个Purify运行都有一个HTML表格行的文件列表,反之则是按照时间顺序的。
  22. Then for each row from the fact table scan, the foreign key is also hashed and probed into the bit vector to determine whether the current fact table row is filtered out.
    然后针对事实表扫描的每一行,外键也被散列并探测到位向量中,从而判断当前的事实表行是否被过滤掉了。
  23. Logically, each fact table row now represents a document, not a keyword occurrence.
    逻辑上,每个事实表行现在代表一个文档,而不是关键词的一次出现。
  24. UIMA handles the given text column content of each table row as one text document.
    UIMA将每个表行的特定文本列内容作为一个文本文档处理。
  25. The code in this table is a little more complicated because it constructs a table row for each announcement.
    这个清单中的代码稍微有点儿复杂,因为它要为每个公告构造一个表格行。
  26. You can do this by passing a parameter ( in this case, the owner's user ID) from the outer table row to the inner table.
    您可以通过从外层表格向内层表格发送一个参数(在本例中,是所有者的用户ID),来实现这项任务。
  27. When a user single-clicks on a table row, the row will change colors to highlight his or her current selection.
    当用户在表的一个行上单击时,此行将会改变颜色以突出显示用户的当前选择。
  28. For example, if a duplicate source table row matches exactly with the same target table row that has been updated, you will see the error message.
    例如,如果复制已被更新的、与相同目标表行匹配的源表行,那么您将会看到错误消息。
  29. Inserts an expression field that automatically sums a table row or column
    插入对表格的行或列自动求和的表达式域